From 1c745e4c9f14e728d6a270d977a4318fe71f5f47 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 18 Dec 2000 12:10:11 +0000 Subject: [PATCH] (emacs-version): Remove `%a' from the time format because the weekday doesn't fit well into each locale. --- lisp/version.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/version.el b/lisp/version.el index 66d61b2f5d5..7b4dbf5a63d 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -60,7 +60,7 @@ to the system configuration; look at `system-configuration' instead." (cond ((featurep 'motif) ", Motif") ((featurep 'x-toolkit) ", X toolkit") (t "")) - (format-time-string "%a %Y-%m-%d" emacs-build-time) + (format-time-string "%Y-%m-%d" emacs-build-time) emacs-build-system))) (if here (insert version-string) -- 2.30.2